home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / offenders / scrlock.c < prev    next >
C/C++ Source or Header  |  1994-05-16  |  200b  |  17 lines

  1.  
  2.  
  3. #include <intuition/intuition.h>
  4. #include <proto/intuition.h>
  5.  
  6.  
  7. extern struct IntuitionBase *IntuitionBase;
  8.  
  9. main(int argc, char *argv[])
  10. {
  11.    struct Screen *scr1;
  12.  
  13.    scr1=LockPubScreen(NULL);
  14. }
  15.  
  16.  
  17.